##############################################################
## MOD Title: Effects Store 1.x Add-On: Shop 3.1.0 ACP
## MOD Author: Thoul < thoul@phpbbsmith.com > (Jeremy Rogers) http://www.phpbbsmith.com
## MOD Description: Adds Effects Configuration to the Shop 3.1.0 ACP.
## MOD Version: 1.0.0
##
## Installation Level: Intermediate
## Installation Time: 5 Minutes
## Files To Edit: N/A
## Included Files: 
##      effects_config.php
## License: contrib/license.txt GNU General Public License v2
##############################################################
## Author Notes:
##
## This is an add-on for Effects Store to add some compatiblity with
## Shop 3.1.0 Beta.  Before using this add-on, please be aware of the following:
##		-It has not been fully tested.
##		-The rest of Effects Store has not been tested with Shop 3.1.x AT ALL.
##		-This is essentially a BETA.  Use at your own risk.
##		-Support for this add-on, if any is given, will be limited to the ACP.
##
## If a problem is encountered in the rest of Effects Store when used with Shop
## 3.1, I don't want to hear about it.  I'm rewriting almost everything for
## Effects Store 2.0.0, which will be fully tested, officially supported, and
## vastly different.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ SQL ]------------------------------------------
#
# You'll have to do this manually.  I'm not including an installer for it at
# this time.  If you really want one, you can make your own at 
# http://www.phpbbsmith.com/generate_db.html
#

INSERT INTO `phpbb_shop_addons` (`id`, `addon_name`, `addon_display`, `addon_description`, `addon_url`, `addon_version`, `addon_author`) VALUES (1, 'effects', 'Effects Configuration', 'Configuration settings for Effects Store.', 'effects_config.php', '1.3.0', 'Thoul');

#
#-----[ COPY ]------------------------------------------
#

contrib/shop310_acp/effects_config.php to admin/effects_config.php

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#

If you have not done so already, install the rest of Effects Store 1.3.0 as
laid out in the main install.txt file.  Skip the edits to admin/admin_shop.php,
as they are not needed or possible.  The rest of it should install fine.  Do
not forget to run the database installer!

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM